home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / code / Firefox_1.0.5.exe / config.ini < prev    next >
Encoding:
INI File  |  2005-07-11  |  39.7 KB  |  1,151 lines

  1.  
  2. [General]
  3. ; Run Mode values:
  4. ;   Normal - Shows all dialogs.  Requires user input.
  5. ;   Auto   - Shows some dialogs, but none requiring user input.  It will
  6. ;            automatically install the product using default values.
  7. ;   Silent - Show no dialogs at all.  It will install product using default
  8. ;            values.
  9. Run Mode=Normal
  10.  
  11. Company Name=Mozilla
  12. Product Name=Mozilla Firefox
  13. Product NameInternal=Mozilla Firefox
  14. User Agent=1.0.5 (en-US)
  15.  
  16. ; Destination Path values:
  17. ;   PROGRAMFILESDIR
  18. ;   WINDISK
  19. ;   WINDIR
  20. ;   WINSYSDIR
  21. Path=[PROGRAMFILESDIR]\Mozilla Firefox
  22.  
  23. ; Sub Path, when set will indicate to Setup to create a subfolder from
  24. ; what is offered to the user to change.  It will not be shown to the user
  25. ; but simply created:
  26. ;
  27. ; ie: shown to user   : [Path]
  28. ;     actually created: [Path]\[Sub Path]
  29. ;     (where [Path] is the Path= key above)
  30. Sub Path=
  31.  
  32. ; Controls the Browse button that allows the user to 
  33. ; change the destination path of the product.
  34. ; Default value is FALSE;
  35. Lock Path=FALSE
  36.  
  37. Program Name=firefox.exe
  38.  
  39. ; Program Folder Path values:
  40. ;   COMMON_STARTUP
  41. ;   COMMON_PROGRAMS
  42. ;   COMMON_STARTMENU
  43. ;   COMMON_DESKTOP
  44. ;
  45. ;   PERSONAL_STARTUP
  46. ;   PERSONAL_PROGRAMS
  47. ;   PERSONAL_STARTMENU
  48. ;   PERSONAL_DESKTOP
  49. ;
  50. ;   PERSONAL_APPDATA
  51. ;   PERSONAL_CACHE
  52. ;   PERSONAL_COOKIES
  53. ;   PERSONAL_FAVORITES
  54. ;   PERSONAL_FONTS
  55. ;   PERSONAL_HISTORY
  56. ;   PERSONAL_NETHOOD
  57. ;   PERSONAL_PERSONAL
  58. ;   PERSONAL_PRINTHOOD (supported only under Windows NT)
  59. ;   PERSONAL_RECENT
  60. ;   PERSONAL_SENDTO
  61. ;   PERSONAL_TEMPLATES
  62. ;
  63. ;   PROGRAMS (Default value is the same as COMMON_PROGRAMS, but if the user
  64. ;             has restricted access to the system, then it's the same as
  65. ;             PERSONAL_PROGRAMS)
  66. ;
  67. ;   PROGRAMFILESDIR
  68. ;   COMMONFILESDIR
  69. ;   MEDIAPATH
  70. ;   CONFIGPATH (supported only under Windows95 and Windows98)
  71. ;   DEVICEPATH
  72. Program Folder Name=Mozilla Firefox
  73. Program Folder Path=[PROGRAMS]
  74.  
  75. Uninstall Filename=UninstallFirefox.exe
  76.  
  77. ; This key is used as a fail over key.  This url will be used when the
  78. ; url in the Site Selector fails.
  79. url=ftp://not.supplied.invalid
  80.  
  81. ; Default Setup Type values:
  82. ;   Setup Type 0 - first radio button (easy install)
  83. ;   Setup Type 1 - second radio button (custom)
  84. Default Setup Type=Setup Type 0
  85.  
  86. ; Forces the icons on the system to be refreshed.
  87. ; Default value is FALSE.
  88. ; Possible values:
  89. ;   FALSE
  90. ;   TRUE
  91. Refresh Icons=FALSE
  92.  
  93. ; Setting to control whether or not GRE should be installed to app's dir
  94. ; to be used as a private/local GRE.
  95. ;
  96. ; Possible values (default is 'Shared'):
  97. ;   Local
  98. ;   Shared
  99. ;
  100. ; If this key is set to 'Local', make
  101. ; sure to provide a GRE Private Key= below!
  102. GRE Type=Shared
  103. GRE ID=
  104.  
  105. ; Private key that overrides the default shared key
  106. ; (HKEY_LOCAL_MACHINE\Software\mozilla.org\GRE) set by GRE's installer.
  107. ; This key will be created under HKEY_LOCAL_MACHINE and should be 
  108. ; declared in the following format:
  109. ;
  110. ;   Software\[company name]\[product name]
  111. ;   (ie: Software\mozilla.org\GRE_1.4a_0000000000_PRIVATE)
  112. ;
  113. ; If it is not in the above format, the GRE installer/uninstaller can
  114. ; fail to work properly.
  115. ; The value to Prodduct Name Internal= (at the beginning of this
  116. ; config.ini file) will be appended as follows:
  117. ;
  118. ;   Software\mozilla.org\GRE_1.4a_0000000000_PRIVATE_[Product Name Internal]
  119. GRE Private Key=Software\mozilla.org\GRE__PRIVATE_Mozilla Firefox
  120.  
  121. ; Controls the display of the banner image in the download and install progress dialogs.
  122. ; Default value is TRUE.
  123. Show Banner Image=TRUE
  124.  
  125. ; Controls the check to see if user is installing on top of a previous
  126. ; installation of the product. If so, then prompt the user that cleanup
  127. ; of destination folder is highly recommended, or instability of product
  128. ; can occurr.
  129. [Cleanup On Upgrade]
  130. Cleanup=TRUE
  131. ObjectToIgnore0=plugins
  132. ObjectToIgnore1=uninstall
  133. ObjectToIgnore2=install_status.log
  134.  
  135. ; List of files/dirs that is used to determine if a directory is a profile
  136. ; or not.  This is so the directory is not deleted as part of the Cleanup
  137. ; On Upgrade.
  138. ; All of the object files must be found in order for a dir to be assumed
  139. ; to be a Profile dir.
  140. [Profile Dir Object List]
  141. Object0=chrome
  142. Object1=bookmarks.html
  143. Object2=localstore.rdf
  144.  
  145. ; This section contains info on how to send error information in case of
  146. ; either a download or xpinstall error.
  147. ; By default, this feature is enabled, unless disabled.
  148. [Message Stream]
  149. ; Values:
  150. ;   Enabled
  151. ;   Disabled
  152. ;   default is Enabled.
  153. Status=Disabled
  154.  
  155. ; URL to cgi script to send error information to.  The information will
  156. ; be appended to the url in the form of parameters to the cgi script.
  157. url=http://orb.mcom.com/install/error.cgi
  158.  
  159. ; Indicates whether to show a confirmation dialog or not.  If this
  160. ; dialog is not shown, the error information will be *automatically*
  161. ; sent without any indication to the user unless the Status= is set
  162. ; to Disabled.
  163. ;
  164. ; Default value is TRUE if nothing is set.
  165. Show Confirmation=TRUE
  166. Confirmation Message=There was an error encountered during installation of Firefox.  The following information will be sent back to us to help us improve the product: %s
  167.  
  168.  
  169.  
  170. ; HKey:              valid decryptable setup key is [Product CurrentVersion] or [Product PreviousVersion]
  171. ; Decrypt HKey:      there are times when '[' and ']' are valid part of windows registry key names.
  172. ; Contains Filename: tells setup that the path contains filename needed to be removed before
  173. ;                    using it as a path.
  174. ; Verify Existence:  FILE or PATH
  175. ;
  176. [Locate Previous Product Path0]
  177. HRoot=HKEY_LOCAL_MACHINE
  178. HKey=[Product CurrentVersion]\Main
  179. Name=Install Directory
  180. Decrypt HKey=TRUE
  181. Contains Filename=FALSE
  182. Verify Existence=
  183.  
  184. [Dialog Welcome]
  185. Show Dialog=TRUE
  186. Title=Firefox Setup
  187. MessageWelcome=Welcome to %s
  188. Message0=You are about to install %s 1.0.5.
  189. Message1=It is strongly recommended that you exit all Windows programs before running this Setup program.
  190. Message2=Click Cancel to quit Setup and then close any programs you have running.  Click Next to continue the Setup program.
  191. Message3=Click Next to continue installing %s 1.0.5.
  192.  
  193. [Dialog License]
  194. Show Dialog=TRUE
  195. Title=Software License Agreement
  196. Sub Title=Terms and conditions for using this software.
  197. License File=license.txt
  198. Message0=Please read the following license agreement. Use the scroll bar to view the rest of this agreement.
  199. RadioAccept=I Accept the terms of the License Agreement
  200. RadioDecline=I do NOT Accept the terms of the License Agreement
  201.  
  202. [Dialog Setup Type]
  203. Show Dialog=TRUE
  204. Title=Setup Type
  205. Sub Title=Choose setup options.
  206. Message0=Choose the type of Setup you prefer, then click Next.
  207.  
  208. ; at least one Setup Type needs to be set, and up to 4 can be
  209. ; set (Setup Type0, Setup Type1, Setup Type2, Setup Type3).
  210. [Setup Type0]
  211. Description Short=&Standard
  212. Description Long=Browser will be installed with the most common options.
  213.  
  214. ; List of components to install/enable for this Setup Type.
  215. ; All other components not listed here will be disabled if
  216. ; this Setup Type is selected.
  217. C0=Component XPCOM
  218. C1=Component Browser
  219. C2=Component Uninstaller
  220. C3=Component Langpack
  221. C4=Component Help
  222. ; Make sure Component QFA is LAST so 3rd party developers who might not want
  223. ; this component can easily remove it.
  224. C5=Component QFA
  225.  
  226. [Setup Type1]
  227. Description Short=&Custom
  228. Description Long=You may choose individual options to be installed. Recommended for experienced users.
  229.  
  230. ; List of components to install/enable for this Setup Type.
  231. ; All other components not listed here will be disabled if
  232. ; this Setup Type is selected.
  233. C0=Component XPCOM
  234. C1=Component Browser
  235. C2=Component ADT
  236. C3=Component Uninstaller
  237. C4=Component Langpack
  238. C5=Component Help
  239. ; Make sure Component QFA is LAST so 3rd party developers who might not want
  240. ; this component can easily remove it.
  241. C6=Component QFA
  242.  
  243. [Dialog Select Components]
  244. Show Dialog=TRUE
  245. Title=Select Components
  246. Sub Title=Additional components that enhance Firefox.
  247. Message0=Choose additional components you want to install, then click Next.
  248.  
  249. [Dialog Select Install Path]
  250. Show Dialog=TRUE
  251. Title=Install Folder
  252. Sub Title=Where Firefox will be installed.
  253. Message0=Firefox will be installed into the following folder:
  254.  
  255. [Dialog Upgrade]
  256. Show Dialog=FALSE
  257. Show In Easy Install=FALSE
  258. Title=Upgrade
  259. Sub Title=Upgrades an existing Firefox installation.
  260. Message Cleanup=A previous Mozilla Firefox installation has been found in the chosen folder.
  261. ; XXXben - we need a strategy for uninstallation that obviates the need for "Safe Upgrade" which can doing nasty things if you have installed the app into a stupid location.
  262.  
  263. Checkbox Clean Install=Perform a Clean Install
  264. Message Clean Install=A Clean Install will COMPLETELY REMOVE the contents of the install folder! Any third party components you have installed will be lost. This is recommended as it may prevent incompatibilities. (XXXben)
  265. Message Install Over=If you choose not to perform a Clean Install, third party components will not be removed, which may cause unpredictable behavior.
  266. Message Install Over Windir=A Safe Upgrade of Mozilla Firefox cannot be performed because the program is installed within the Windows folder. It is recommended that you choose another folder to install Mozilla Firefox into.
  267.  
  268. ;Checkbox Clean Install=Perform a Safe Upgrade
  269. ;Message Clean Install=A Safe Upgrade will completely remove the old installation. Any third party components you have installed will be lost. This is recommended as it may prevent incompatibilities.
  270. ;Message Install Over=If you choose not to perform a Safe Upgrade, third party components will not be removed, which may cause unpredictable behavior. 
  271.  
  272. [Dialog Select Additional Components]
  273. Show Dialog=FALSE
  274. Title=Firefox Setup - Select Additional Components
  275. Message0=Select or clear the additional components you want to install.
  276.  
  277. [Dialog Windows Integration]
  278. ; Note - this dialog isn't actually used yet!
  279. Show Dialog=TRUE
  280. Registry Key=SOFTWARE\\Mozilla\\Mozilla Firefox\\1.0.5 (en-US)\\Main
  281. Title=Set Up Shortcuts
  282. Sub Title=Creates Program Icons
  283. Message0=Create icons for Firefox:
  284.  
  285.  
  286. ; Only a maximum of 3 "Windows Integration-Item"s are allowed.  Each Item
  287. ; shows up as a checkbox in the Windows Integration dialog.
  288. [Windows Integration-Item0]
  289. CheckBoxState=TRUE
  290. Description=On my Desktop
  291. Archive=
  292.  
  293. [Windows Integration-Item1]
  294. CheckBoxState=TRUE 
  295. Description=In my Start Menu Programs folder
  296. Archive=
  297.  
  298. [Windows Integration-Item2]
  299. CheckBoxState=TRUE
  300. Description=In my Quick Launch bar
  301. Archive=
  302.  
  303. [Dialog Program Folder]
  304. Show Dialog=TRUE
  305. Title=Firefox Setup - Select Program Folder
  306. Message0=Setup will add program icons to the Program Folder listed below.  You may type a new folder name, or select one from the Existing Folders list.  Click Next to continue.
  307.  
  308. [Dialog Additional Options]
  309. Show Dialog=TRUE
  310. Title=Firefox Setup - Additional Options
  311. Message1=Select the following option if you wish to save downloaded Setup files on your own computer.  This allows you to re-run Setup without downloading the files again.  The Setup files will be saved to the path below.
  312. Save Installer=
  313. ; The following settings control whether the Recapture Homepage checkbox is displayed.
  314. ;    For this option to work the file nsResetPref.js must be installed into the 
  315. ;    components directory
  316. Message0=The following checkbox gives users the option of reverting to
  317. the default home page
  318. Show Homepage Option=FALSE
  319. Recapture Homepage=FALSE
  320.  
  321. [Dialog Advanced Settings]
  322. Show Dialog=TRUE
  323. Title=Firefox Setup - Advanced Settings
  324. Message0=If your Internet connection requires a proxy server, enter your server name and port information.  If your Internet connection doesn't require a proxy server, leave the fields blank.
  325. Proxy Server=
  326. Proxy Port=
  327. Proxy User=
  328. Proxy Password=
  329. ; Use Protocol accepts only two options:
  330. ;   FTP
  331. ;   HTTP
  332. ; Default is FTP if key is not set.
  333. Use Protocol=HTTP
  334. ; Use Protocol Settings key shows or hides the
  335. ; Use FTP/Use HTTP radio buttons in the Download Dialog.
  336. ; Default value is ENABLED unless DISABLED is specified.
  337. Use Protocol Settings=ENABLED
  338. ; Controls the radio buttons visibility
  339. ; Default value is TRUE
  340. Show Protocols=TRUE
  341.  
  342. [Dialog Quick Launch]
  343. Show Dialog=TRUE
  344. ;*** LOCALIZE ME BABY ***
  345. Title=Firefox Setup - Quick Launch
  346. ;*** LOCALIZE ME BABY ***
  347. Message0=Quick Launch starts Mozilla faster by keeping portions of the program in computer memory.
  348. ;*** LOCALIZE ME BABY ***
  349. Message1=You can access Quick Launch through the icon on the Windows taskbar tray.
  350. ;*** LOCALIZE ME BABY ***
  351. Message2=Check the box below to activate Quick Launch when you restart your computer.
  352. ; Turbo Mode (Quick Launch) values: TRUE, FALSE
  353. ; Defaults to FALSE if not set
  354. Turbo Mode=FALSE
  355. ; Turbo Mode Settings value: TRUE, FALSE
  356. ; Defaults to FALSE if not set.
  357. ; This will hide the turbo mode checkbox in the Start Install dialog
  358. ; and ignore the Turbo Mode= key, thus disabling it.
  359. Turbo Mode Enabled=TRUE
  360.  
  361. [Dialog Start Install]
  362. Show Dialog=TRUE
  363. Title=Summary
  364. Sub Title=Ready to start installing Firefox.
  365. Message Install=Setup will now install the following components:
  366. Message Download=Setup will now download and install the following components:
  367. Message0=Click Next to continue.
  368.  
  369. [Dialog Downloading]
  370. Show Dialog=TRUE
  371. Title=Downloading
  372. Sub Title=Downloading required components...
  373. Blurb=Setup is downloading the files required to install Firefox.
  374. File Name=Currently Downloading:
  375. Time Remaining=Time Remaining:
  376.  
  377. [Dialog Installing]
  378. Show Dialog=TRUE
  379. Title=Installing
  380. Sub Title=Installing Firefox...
  381. Blurb=Setup is installing application files.
  382. Status File=Preparing File:
  383. Status Component=Currently Installing:
  384.  
  385. [Dialog Install Successful]
  386. Show Dialog=TRUE
  387. Title=Install Complete
  388. MessageHeader=Install Complete
  389. Message0=%s 1.0.5 was successfully installed.
  390. Message1=Click Finish to complete Setup.
  391. Launch App=Launch %s 1.0.5 now.
  392. Launch App Checked=TRUE
  393. Reset Homepage=Use Firefox Start as my Home Page.
  394. Reset Homepage Checked=FALSE
  395. Registry Key=SOFTWARE\\Mozilla\\Mozilla Firefox
  396.  
  397. [Dialog Download]
  398. Show Dialog=TRUE
  399. Title=Firefox Setup - Download
  400. Message Download0=Setup is downloading the required files now.  This may take some time depending on your network connection speed.
  401. Message Retry0=Some files have failed the CRC check and are being downloaded again.  Only those files that have failed will be downloaded.
  402.  
  403. [Dialog Reboot]
  404. ; Show Dialog values are:
  405. ;   TRUE  - Always show
  406. ;   FALSE - Don't show unless at least one component has its reboot show value set
  407. ;           to TRUE.  This will not show even if some files were in use and a reboot
  408. ;           is necessary.
  409. ;   AUTO  - Don't show unless a component has its reboot show value set to
  410. ;           TRUE or there was at least one file in use and a reboot is
  411. ;           is required for the file to be replaced correctly.
  412. Show Dialog=AUTO
  413.  
  414. [Check Instance0]
  415. Class Name=FirefoxMessageWindow
  416. Window Name=
  417. Process Name=firefox.exe
  418. Pretty Name=Mozilla Firefox
  419. Message=Download of Firefox was successful. Mozilla Firefox must be closed to proceed with installation. Click OK to exit Mozilla Firefox automatically and to begin installation.
  420. Message Full Installer=Mozilla Firefox must be closed to proceed with installation. Click OK to exit Mozilla Firefox automatically and to begin installation.
  421. Message wait=Shutting down Mozilla Firefox.  Please wait...
  422.  
  423. ; This key indicates whether or not to close all the windows associated with
  424. ; the process id of this app instance window found.
  425. Close All Process Windows=TRUE
  426.  
  427.  
  428. ;DependeeX=Component A means
  429. ;  - if Component A gets checked this component gets checked
  430. ;  - if Component A gets unchecked this component gets unchecked
  431. ;  - if this component is visible it can still be checked/unchecked
  432. ;      independantly after Component A has changed its state.  I.e
  433. ;      this components checkbox will not be disabled or hidden.
  434. ;Dependee0=
  435. ;
  436. ;DependencyX= is not supported at this time. 
  437. ;Dependency0=
  438. ;
  439. ; Attributes can be the following values:
  440. ;
  441. ;   The following Attributes can be overridden:
  442. ;   ------------------------------------------
  443. ;
  444. ;   SELECTED      - Component is selected to be installed by default.
  445. ;
  446. ;   UNSELECTED    - Component is to be displayed unselected in the Options
  447. ;                   dialog.  If the component is listed in the non-custom
  448. ;                   Setup Type section, it will be assumed to be selected
  449. ;                   by default.
  450. ;
  451. ;   ADDITIONAL    - Component is to be shown in the Additional Options
  452. ;                   dialog (2nd Options dialog) instead of the 1st Options
  453. ;                   dialog.
  454. ;
  455. ;   NOTADDITIONAL - Component will be shown (if visible) in the 1st
  456. ;                   1st Options dialog rather than the Additional Options
  457. ;                   dialog (default).
  458. ;
  459. ;   VISIBLE       - Component is shown in one of the two Options dialogs
  460. ;                   (default).
  461. ;
  462. ;   INVISIBLE     - Component is not shown in either of the two Options dialogs.
  463. ;
  464. ;   ENABLED       - Component is to be shown as enabled (not greyed out) in
  465. ;                   either of the two Options dialogs.
  466. ;                   (default).
  467. ;
  468. ;   DISABLED      - Component is to be shown as disabled (greyed out) in
  469. ;                   either of two Options dialog.
  470. ;
  471. ;
  472. ;   The following attributes cannot be overridden:
  473. ;   ---------------------------------------------
  474. ;
  475. ;   LAUNCHAPP     - Component is downloaded and simply run (like a .exe file)
  476. ;                   after all the components have been downloaded and
  477. ;                   xpinstall'ed.
  478. ;
  479. ;   DOWNLOAD_ONLY - Component is to be only downloaded to the ns_temp folder,
  480. ;                   then deleted as Setup is quitting.
  481. ;
  482. ;   FORCE_UPGRADE - Force Upgrade checks for a particular file or directory
  483. ;                   provided in the Force Upgrade FileX= key(s).  If any of
  484. ;                   the listed file or directory exists, then this component
  485. ;                   will have its SELECTED and DISABLED Attributes set
  486. ;                   automatically.  Force Upgrade will override the following:
  487. ;
  488. ;                       Random Install Percentage= setting
  489. ;                       UNSELECTED Attribute setting
  490. ;                       Dependency settings
  491. ;                       Dependee settings
  492. ;                       Setup Type settings - meaning that even if this
  493. ;                                             component is not listed in the
  494. ;                                             selected Setup Type, it will be
  495. ;                                             affected.
  496. ;
  497. ;   IGNORE_DOWNLOAD_ERROR  - If the component needs to be downloaded from a
  498. ;                            server, setting this attribute will indicate that
  499. ;                            any download error encountered will be ignored
  500. ;                            and treated as if there were no error.
  501. ;                            If the component does not need to be downloaded,
  502. ;                            then this attribute has no effect.
  503. ;
  504. ;   IGNORE_XPINSTALL_ERROR - If the component is a .xpi file, then any error
  505. ;                            resulting from the installation of the .xpi file
  506. ;                            will be ignored.  If the .xpi file is not to be
  507. ;                            installed, then this attribute is ignored.
  508. ;
  509. ;   SUPERSEDE     - Component is to be shown as disabled and unselected
  510. ;                   if a file exists.
  511. ;                   Use SupersedeType=File Exists to specify the type of comparison
  512. ;                   Use SupersedeFileX=File Name to specify the file
  513. ;                   Use SupersedeMinVersionX=a.b.c.d (optional) to specify the 
  514. ;                   minimum version of the file.  If the version of the existing file
  515. ;                   is greater than or equal to the SupersedeMinVersion the component
  516. ;                   will be superseded.
  517. ;
  518.  
  519. ;We're not installing Component XPCOM because we're using it
  520. ;for it's xpinstall engine from the TEMP dir.  The files that
  521. ;this component has are already in Component GRE.
  522. [Component XPCOM]
  523. Description Short=Cross-Platform COM
  524. Description Long=Cross-Platform COM
  525. Archive=xpcom.xpi
  526. Install Size=1440
  527. Install Size System=1
  528. Install Size Archive=1
  529. Attributes=SELECTED|INVISIBLE
  530. FileCount=9
  531.  
  532. [Component Browser]
  533. Description Short=Firefox Browser
  534. Description Long=Firefox Browser
  535. Archive=browser.xpi
  536. Install Size=15040
  537. Install Size System=1
  538. Install Size Archive=1
  539. Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE|MAIN_COMPONENT
  540. Force Upgrade File0=[SETUP PATH]\firefox.exe
  541. FileCount=101
  542.  
  543. [Component ADT]
  544. Description Short=Developer Tools
  545. Description Long=The Document Inspector - a tool for web developers.
  546. Archive=adt.xpi
  547. Install Size=1089
  548. Install Size System=0
  549. Attributes=FORCE_UPGRADE|VISIBLE
  550. ;Force Upgrade File0=[SETUP PATH]\chrome\venkman.jar
  551. Force Upgrade File0=[SETUP PATH]\chrome\inspector.jar
  552. FileCount=7
  553.  
  554. [Component Help]
  555. Description Short=Firefox Help
  556. Description Long=Firefox Help
  557. Archive=help.xpi
  558. Install Size=449
  559. Install Size System=0
  560. Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
  561. Force Upgrade File0=[SETUP PATH]\chrome\help.jar
  562. FileCount=1
  563.  
  564. [Component Uninstaller]
  565. Description Short=Mozilla Uninstaller
  566. Description Long=Mozilla Uninstaller
  567. Archive=UninstallFirefox.zip
  568. Install Size=1
  569. Install Size System=1
  570. Install Size Archive=1
  571. Attributes=SELECTED|INVISIBLE|DOWNLOAD_ONLY
  572. FileCount=0
  573.  
  574. ;Since the uninstaller program is going to be installed into the Windows folder,
  575. ;Setup.exe needs to know to calculate the disk space required for the Windows folder.
  576. ;This section overrides the default user-chosen path for the Uninstaller only.
  577. [Component Uninstaller-Destination Path0]
  578. Path=[WINDIR]
  579.  
  580. [Component Langpack]
  581. Description Short=en-US Language Pack
  582. Description Long=en-US Language Pack
  583. Archive=en-US.xpi
  584. Install Size=1440
  585. Install Size System=1
  586. Install Size Archive=1
  587. Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
  588. Force Upgrade File0=[SETUP PATH]\chrome\en-US.jar
  589. FileCount=25
  590.  
  591. [Component QFA]
  592. Description Short=Quality Feedback Agent
  593. Description Long=for reporting Firefox crash information
  594. Archive=talkback.xpi
  595. Install Size=870
  596. Install Size System=1
  597. Install Size Archive=248
  598. Attributes=SELECTED|FORCE_UPGRADE
  599. Force Upgrade File0=[SETUP PATH]\components\fullsoft.dll
  600. FileCount=25
  601.  
  602. ; This is to randomly set the default checkbox for this component.
  603. ; This particular value will set the checkbox checked [number]% of the time.
  604. ; This logic is done only during the initialization of setup, not in any
  605. ; particular dialog.
  606. Random Install Percentage=20
  607.  
  608. [Core]
  609. Source=[XPI PATH]\xpcom.xpi
  610. Destination=[WIZTEMP]\xpcom.ns
  611. Install Size=1441
  612. Install Size System=0
  613. Message=Preparing Install, please wait...
  614. ; Status= values: Disabled, Enabled
  615. ; If nothing is set, default value is Enabled.  If set to Disabled,
  616. ; it will then use GRE as the xpinstall engine, in which case, there
  617. ; should be a GRE component in this installer package!
  618. Status=Enabled
  619.  
  620. [Redirect]
  621. Status=Disabled
  622. ; This is used in conjunction with the Site Selector info to build a
  623. ; url to where to download the needed redirect.ini file from.
  624. ; If there's more than one server path, they will be used as fail
  625. ; over paths.
  626. ;
  627. ; The Server Path= keys need to be named in the following convention:
  628. ;
  629. ;   Server Path0=
  630. ;   Server Path1=
  631. ;   Server Path2=
  632. ;
  633. ; and so on...
  634. Server Path=redirect.ini
  635. ;*** LOCALIZE ME BABY ***
  636. Description=Redirect File
  637. Message=
  638.  
  639.  
  640. ; The Timing key needs to be one of the following values:
  641. ;   pre download     - process before any files have been downloaded.
  642. ;   post download    - process after all files have been downloaded.
  643. ;   pre xpcom        - process before the xpcom file has been uncompressed.
  644. ;   post xpcom       - process after the xpcom file has been uncompressed.
  645. ;   pre smartupdate  - process before the smartupdate engine has been launched.
  646. ;   post smartupdate - process after the smartupdate engine has been launched.
  647. ;   pre launchapp    - process before the launching of executables.
  648. ;   post launchapp   - process after the launching of executables.
  649. ;   pre archive      - process before the launching of each individual archive file.
  650. ;   post archive     - process after the launching of each individual archive file.
  651. ;   depend reboot    - process depending on if a reboot is necessary or not.
  652. ;                      if reboot is necessary, installer can set it up so
  653. ;                      the app runs once upon windows reboot.
  654.  
  655. ;Uncompress FileX sections
  656. [Uncompress File0]
  657. Timing=post smartupdate
  658. Source=[XPI PATH]\UninstallFirefox.zip
  659. Destination=[WINDIR]
  660. Message=Installing the uninstaller, please wait...
  661. Only If Exists=FALSE
  662.  
  663.  
  664. ;Copy FileX sections
  665. ;Copy the uninstaller to the [Setup Path]\uninstall folder.
  666. ;This copy is to be used when the user installed on a system with
  667. ;restricted access.
  668. [Copy File0]
  669. Timing=post smartupdate
  670. Source=[WINDIR]\UninstallFirefox.exe
  671. Destination=[SETUP PATH]\uninstall
  672. Fail If Exists=FALSE
  673. Do Not Uninstall=FALSE
  674.  
  675. [Copy File1]
  676. Timing=post smartupdate
  677. Source=[XPI PATH]\UninstallFirefox.exe
  678. Destination=[WINDIR]
  679. Fail If Exists=FALSE
  680. Do Not Uninstall=TRUE
  681.  
  682. ; nss3.dll, softokn3.dll, ssl3.dll, and smime3.dll all need to be copied from
  683. ; the GRE dir to the destination app folder (see bug 202326)
  684. [Copy File2]
  685. Timing=post smartupdate
  686. Source=[$GRE_INSTALL_DIR]\nss3.dll
  687. Destination=[SETUP PATH]
  688. Fail If Exists=FALSE
  689. Do Not Uninstall=FALSE
  690.  
  691. [Copy File3]
  692. Timing=post smartupdate
  693. Source=[$GRE_INSTALL_DIR]\softokn3.dll
  694. Destination=[SETUP PATH]
  695. Fail If Exists=FALSE
  696. Do Not Uninstall=FALSE
  697.  
  698. [Copy File4]
  699. Timing=post smartupdate
  700. Source=[$GRE_INSTALL_DIR]\softokn3.chk
  701. Destination=[SETUP PATH]
  702. Fail If Exists=FALSE
  703. Do Not Uninstall=FALSE
  704.  
  705. [Copy File5]
  706. Timing=post smartupdate
  707. Source=[$GRE_INSTALL_DIR]\ssl3.dll
  708. Destination=[SETUP PATH]
  709. Fail If Exists=FALSE
  710. Do Not Uninstall=FALSE
  711.  
  712. [Copy File6]
  713. Timing=post smartupdate
  714. Source=[$GRE_INSTALL_DIR]\smime3.dll
  715. Destination=[SETUP PATH]
  716. Fail If Exists=FALSE
  717. Do Not Uninstall=FALSE
  718.  
  719. [Path Lookup $GRE_INSTALL_DIR]
  720. Path Reg Key Root=HKEY_LOCAL_MACHINE
  721. Path Reg Key=Software\mozilla.org\GRE\\Main
  722. Path Reg Name=Install Directory
  723. Strip Filename=FALSE
  724.  
  725.  
  726. ;Copy File SequentialX sections
  727. [Copy File Sequential0]
  728. Timing=post smartupdate
  729. Filename=install_wizard.log
  730. Source=[SETUP PATH]
  731. Destination=[SETUP PATH]\uninstall
  732.  
  733.  
  734. ;Create DirectoryX sections
  735. [Create Directory0]
  736. Timing=post download
  737. Destination=[SETUP PATH]\plugins
  738.  
  739.  
  740. ;Delete FileX sections
  741. [Delete File0]
  742. Timing=post download
  743. Destination=[COMMON_PROGRAMS]\Mozilla Seamonkey\Mozilla AppRunner.lnk
  744.  
  745. [Delete File1]
  746. Timing=post smartupdate
  747. Destination=[SETUP PATH]\install_wizard.log
  748.  
  749.  
  750. ;Remove DirectoryX sections
  751. ;[Remove Directory0]
  752. ;Timing=post launchapp
  753. ;Destination=[TEMP]\xtratest
  754. ;Remove subdirs=TRUE
  755.  
  756.  
  757. ;RunAppX sections
  758. [RunApp0]
  759. Timing=depend reboot
  760. Wait=FALSE
  761. Target=[SETUP PATH]\firefox.exe
  762. Parameters=-installer
  763. WorkingDir=[SETUP PATH]
  764. ;  Additional Options dialog.
  765. Condition=not RecaptureHPChecked
  766.  
  767. [RunApp1]
  768. Timing=depend reboot
  769. Wait=FALSE
  770. Target=[SETUP PATH]\firefox.exe
  771. Parameters=-installer -resetPref browser.startup.homepage
  772. WorkingDir=[SETUP PATH]
  773. ;  Additional Options dialog.
  774. Condition=RecaptureHPChecked
  775.  
  776. [Windows Registry0]
  777. Root Key=HKEY_LOCAL_MACHINE
  778. Key=Software\Mozilla
  779. Name=
  780. Name Value=
  781. Type=REG_SZ
  782. Decrypt Key=FALSE
  783. Decrypt Name=FALSE
  784. Decrypt Name Value=TRUE
  785. Overwrite Key=TRUE
  786. Overwrite Name=TRUE
  787. Timing=pre smartupdate
  788.  
  789. [Windows Registry1]
  790. Root Key=HKEY_LOCAL_MACHINE
  791. Key=Software\Mozilla\Mozilla Firefox
  792. Name=
  793. Name Value=
  794. Type=REG_SZ
  795. Decrypt Key=FALSE
  796. Decrypt Name=FALSE
  797. Decrypt Name Value=TRUE
  798. Overwrite Key=TRUE
  799. Overwrite Name=TRUE
  800. Timing=pre smartupdate
  801.  
  802. [Windows Registry2]
  803. Root Key=HKEY_LOCAL_MACHINE
  804. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)
  805. Name=
  806. Name Value=
  807. Type=REG_SZ
  808. Decrypt Key=FALSE
  809. Decrypt Name=FALSE
  810. Decrypt Name Value=TRUE
  811. Overwrite Key=TRUE
  812. Overwrite Name=TRUE
  813. Timing=pre smartupdate
  814.  
  815. [Windows Registry3]
  816. Root Key=HKEY_LOCAL_MACHINE
  817. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)\Main
  818. Name=Program Folder Path
  819. Name Value=[Default Folder]
  820. Type=REG_SZ
  821. Decrypt Key=FALSE
  822. Decrypt Name=FALSE
  823. Decrypt Name Value=TRUE
  824. Overwrite Key=TRUE
  825. Overwrite Name=TRUE
  826. Timing=pre smartupdate
  827.  
  828. [Windows Registry4]
  829. Root Key=HKEY_LOCAL_MACHINE
  830. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)\Uninstall
  831. Name=Description
  832. Name Value=Mozilla Firefox (1.0.5)
  833. Type=REG_SZ
  834. Decrypt Key=FALSE
  835. Decrypt Name=FALSE
  836. Decrypt Name Value=FALSE
  837. Overwrite Key=TRUE
  838. Overwrite Name=TRUE
  839. Timing=pre smartupdate
  840.  
  841. [Windows Registry5]
  842. Root Key=HKEY_LOCAL_MACHINE
  843. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)\Uninstall
  844. Name=Uninstall Log Folder
  845. Name Value=[SETUP PATH]\uninstall
  846. Type=REG_SZ
  847. Decrypt Key=FALSE
  848. Decrypt Name=FALSE
  849. Decrypt Name Value=TRUE
  850. Overwrite Key=TRUE
  851. Overwrite Name=TRUE
  852. Timing=pre smartupdate
  853.  
  854. [Windows Registry6]
  855. Root Key=HKEY_CURRENT_USER
  856. Key=Software\Mozilla
  857. Name=
  858. Name Value=
  859. Type=REG_SZ
  860. Decrypt Key=FALSE
  861. Decrypt Name=FALSE
  862. Decrypt Name Value=TRUE
  863. Overwrite Key=TRUE
  864. Overwrite Name=TRUE
  865. Timing=pre smartupdate
  866.  
  867. [Windows Registry7]
  868. Root Key=HKEY_CURRENT_USER
  869. Key=Software\Mozilla\Mozilla Firefox
  870. Name=
  871. Name Value=
  872. Type=REG_SZ
  873. Decrypt Key=FALSE
  874. Decrypt Name=FALSE
  875. Decrypt Name Value=TRUE
  876. Overwrite Key=TRUE
  877. Overwrite Name=TRUE
  878. Timing=pre smartupdate
  879.  
  880. [Windows Registry8]
  881. Root Key=HKEY_CURRENT_USER
  882. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)
  883. Name=
  884. Name Value=
  885. Type=REG_SZ
  886. Decrypt Key=FALSE
  887. Decrypt Name=FALSE
  888. Decrypt Name Value=TRUE
  889. Overwrite Key=TRUE
  890. Overwrite Name=TRUE
  891. Timing=pre smartupdate
  892.  
  893. [Windows Registry9]
  894. Root Key=HKEY_CURRENT_USER
  895. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)\Main
  896. Name=Program Folder Path
  897. Name Value=[Default Folder]
  898. Type=REG_SZ
  899. Decrypt Key=FALSE
  900. Decrypt Name=FALSE
  901. Decrypt Name Value=TRUE
  902. Overwrite Key=TRUE
  903. Overwrite Name=TRUE
  904. Timing=pre smartupdate
  905.  
  906. [Windows Registry10]
  907. Root Key=HKEY_CURRENT_USER
  908. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)\Uninstall
  909. Name=Description
  910. Name Value=Mozilla Firefox (1.0.5)
  911. Type=REG_SZ
  912. Decrypt Key=FALSE
  913. Decrypt Name=FALSE
  914. Decrypt Name Value=FALSE
  915. Overwrite Key=TRUE
  916. Overwrite Name=TRUE
  917. Timing=pre smartupdate
  918.  
  919. [Windows Registry11]
  920. Root Key=HKEY_CURRENT_USER
  921. Key=Software\Mozilla\Mozilla Firefox\1.0.5 (en-US)\Uninstall
  922. Name=Uninstall Log Folder
  923. Name Value=[SETUP PATH]\uninstall
  924. Type=REG_SZ
  925. Decrypt Key=FALSE
  926. Decrypt Name=FALSE
  927. Decrypt Name Value=TRUE
  928. Overwrite Key=TRUE
  929. Overwrite Name=TRUE
  930. Timing=pre smartupdate
  931.  
  932. [Windows Registry12]
  933. Root Key=HKEY_LOCAL_MACHINE
  934. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  935. Name=DisplayName
  936. Name Value=Mozilla Firefox (1.0.5)
  937. Type=REG_SZ
  938. Decrypt Key=FALSE
  939. Decrypt Name=FALSE
  940. Decrypt Name Value=FALSE
  941. Overwrite Key=TRUE
  942. Overwrite Name=TRUE
  943. Timing=post smartupdate
  944.  
  945. [Windows Registry13]
  946. Root Key=HKEY_LOCAL_MACHINE
  947. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  948. Name=UninstallString
  949. Name Value=[WINDIR]\UninstallFirefox.exe /ua "1.0.5 (en-US)"
  950. Type=REG_SZ
  951. Decrypt Key=FALSE
  952. Decrypt Name=FALSE
  953. Decrypt Name Value=TRUE
  954. Overwrite Key=TRUE
  955. Overwrite Name=TRUE
  956. Timing=post smartupdate
  957.  
  958. [Windows Registry14]
  959. Root Key=HKEY_LOCAL_MACHINE
  960. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  961. Name=DisplayIcon
  962. Name Value=[SETUP PATH]\firefox.exe,0
  963. Type=REG_SZ
  964. Decrypt Key=FALSE
  965. Decrypt Name=FALSE
  966. Decrypt Name Value=TRUE
  967. Overwrite Key=TRUE
  968. Overwrite Name=TRUE
  969. Timing=post smartupdate
  970.  
  971. [Windows Registry15]
  972. Root Key=HKEY_LOCAL_MACHINE
  973. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  974. Name=DisplayVersion
  975. Name Value=1.0.5 (en-US)
  976. Type=REG_SZ
  977. Decrypt Key=FALSE
  978. Decrypt Name=FALSE
  979. Decrypt Name Value=TRUE
  980. Overwrite Key=TRUE
  981. Overwrite Name=TRUE
  982. Timing=post smartupdate
  983.  
  984. [Windows Registry16]
  985. Root Key=HKEY_LOCAL_MACHINE
  986. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  987. Name=Comment
  988. Name Value=Mozilla Firefox
  989. Type=REG_SZ
  990. Decrypt Key=FALSE
  991. Decrypt Name=FALSE
  992. Decrypt Name Value=TRUE
  993. Overwrite Key=TRUE
  994. Overwrite Name=TRUE
  995. Timing=post smartupdate
  996.  
  997. [Windows Registry17]
  998. Root Key=HKEY_LOCAL_MACHINE
  999. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  1000. Name=InstallLocation
  1001. Name Value=[SETUP PATH]
  1002. Type=REG_SZ
  1003. Decrypt Key=FALSE
  1004. Decrypt Name=FALSE
  1005. Decrypt Name Value=TRUE
  1006. Overwrite Key=TRUE
  1007. Overwrite Name=TRUE
  1008. Timing=post smartupdate
  1009.  
  1010. [Windows Registry18]
  1011. Root Key=HKEY_LOCAL_MACHINE
  1012. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  1013. Name=NoModify
  1014. Name Value=0x00000001
  1015. Type=REG_DWORD
  1016. Decrypt Key=FALSE
  1017. Decrypt Name=FALSE
  1018. Decrypt Name Value=FALSE
  1019. Overwrite Key=TRUE
  1020. Overwrite Name=TRUE
  1021. Timing=post smartupdate
  1022.  
  1023. [Windows Registry19]
  1024. Root Key=HKEY_LOCAL_MACHINE
  1025. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  1026. Name=NoRepair
  1027. Name Value=0x00000001
  1028. Type=REG_DWORD
  1029. Decrypt Key=FALSE
  1030. Decrypt Name=FALSE
  1031. Decrypt Name Value=FALSE
  1032. Overwrite Key=TRUE
  1033. Overwrite Name=TRUE
  1034. Timing=post smartupdate
  1035.  
  1036. [Windows Registry20]
  1037. Root Key=HKEY_LOCAL_MACHINE
  1038. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  1039. Name=Publisher
  1040. Name Value=Mozilla
  1041. Type=REG_SZ
  1042. Decrypt Key=FALSE
  1043. Decrypt Name=FALSE
  1044. Decrypt Name Value=TRUE
  1045. Overwrite Key=TRUE
  1046. Overwrite Name=TRUE
  1047. Timing=post smartupdate
  1048.  
  1049. [Windows Registry21]
  1050. Root Key=HKEY_LOCAL_MACHINE
  1051. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  1052. Name=URLInfoAbout
  1053. Name Value=http://www.mozilla.org/
  1054. Type=REG_SZ
  1055. Decrypt Key=FALSE
  1056. Decrypt Name=FALSE
  1057. Decrypt Name Value=TRUE
  1058. Overwrite Key=TRUE
  1059. Overwrite Name=TRUE
  1060. Timing=post smartupdate
  1061.  
  1062. [Windows Registry22]
  1063. Root Key=HKEY_LOCAL_MACHINE
  1064. Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0.5)
  1065. Name=URLUpdateInfo
  1066. Name Value=http://www.mozilla.org/products/firefox/
  1067. Type=REG_SZ
  1068. Decrypt Key=FALSE
  1069. Decrypt Name=FALSE
  1070. Decrypt Name Value=TRUE
  1071. Overwrite Key=TRUE
  1072. Overwrite Name=TRUE
  1073. Timing=post smartupdate
  1074.  
  1075. ; The following keys are to help JRE's installer locate where mozilla gets
  1076. ; installed to.  It has not been updated to look for the new keys.
  1077. [Windows Registry23]
  1078. Root Key=HKEY_LOCAL_MACHINE
  1079. Key=Software\Mozilla
  1080. Name=
  1081. Name Value=
  1082. Type=REG_SZ
  1083. Decrypt Key=FALSE
  1084. Decrypt Name=FALSE
  1085. Decrypt Name Value=TRUE
  1086. Overwrite Key=TRUE
  1087. Overwrite Name=TRUE
  1088. Timing=pre smartupdate
  1089.  
  1090. [Cleanup Previous Product RegKeys]
  1091. Reg Key Root0=HKEY_LOCAL_MACHINE
  1092. Product Name0=Mozilla Firefox
  1093. Product Reg Key0=Software\Mozilla\Mozilla Firefox
  1094. Current Version0=1.0.5 (en-US)
  1095.  
  1096. Reg Key Root1=HKEY_CURRENT_USER
  1097. Product Name1=Mozilla Firefox
  1098. Product Reg Key1=Software\Mozilla\Mozilla Firefox
  1099. Current Version1=1.0.5 (en-US)
  1100.  
  1101. [Strings]
  1102. Message Unfinished Download Restart=A previous session of Setup did not finish downloading all the necessary files.  Would you like to use the files previously downloaded, to avoid downloading them again?
  1103. Message Unfinished Install Xpi Restart=A previous session of Setup did not finish with installation of all the necessary files.  Would you like to use the files previously downloaded, to avoid downloading them again?
  1104. Error Corrupted Archives Detected=Setup has detected that the following archives within this Setup are corrupted:%sYou will need to obtain another copy of the Firefox Setup in order for installation to proceed.
  1105. Error Corrupted Archives Detected AUTO mode=Setup has detected that at least one archive within this Setup is corrupt.  You will need to obtain another copy of the Firefox Setup in order for installation to proceed.
  1106. Error Too Many CRC Failures=Too many download failures.  Setup will cancel.  Any files already downloaded will not be deleted.  The next time Setup is run, these files will be taken into account during the download.
  1107. Error Too Many Network Errors=Too many network errors trying to download %s.  Setup will now Pause.  Please click Resume to retry downloading the files.
  1108. Message Verifying Archives=Verifying integrity of archives, please wait...
  1109. Error Undefined=Error undefined
  1110. Error Out Of Memory=Out of memory!
  1111. Status Download=%s at %.2f KB/sec (%u KB of %u KB downloaded)
  1112. Status Retry=%s at %.2f KB/sec (%u KB of %u KB downloaded)
  1113. Status File Info=%s
  1114. Status Percentage Completed=%d%%
  1115. Dialog Download Title Minimized=%d%% completed
  1116. STR Force Upgrade Required=(Required)
  1117. Message Cancel Setup AUTO mode=Canceling Setup, please wait...
  1118. Error File Uncompress=Error uncompressing file %s: %d
  1119. UsageMsg Usage=Usage: %s [options]\n    [options] can be any of the following combination:\n        -h: This help.\n        -a [path]: Alternate archive search path.\n        -app [app id]: ID of application which is launching the installer (shared installs)\n        -app_path [app]: Points to (full path) representative file of application (Shared installs)\n    *    -dd [path]: Suggested install destination directory. (Shared installs)\n    *    -greLocal: Forces GRE to be installed into the application dir.\n    *    -greShared: Forces GRE to be installed into a global, shared dir (normally)\n            c:\program files\common files\mozilla.org\GRE\n        -reg_path [path]: Where to make entries in the Windows registry. (Shared installs)\n        -f: Force install of GRE installer (Shared installs), though it'll work\n            for non GRE installers too.\n        -greForce: Force 'Component GRE' to be downloaded, run, and installed.  This\n            bypasses GRE's logic of determining when to install by running its\n            installer with a '-f' flag.\n        -n [filename]: Setup's parent process filename.\n    *    -ma: Run setup in Auto mode.\n    *    -ms: Run setup in Silent mode.\n        -ira: Ignore the [RunAppX] sections\n        -ispf: Ignore the [Program FolderX] sections that show\n            the Start Menu shortcut folder at the end of installation.\n    *    -showBanner: Show the banner image in the download and install progress dialogs\n    *    -hideBanner: Hide the banner image in the download and install progress dialogs\n    *    -cleanupOnUpgrade: Tells Setup to check to see if user is upgrading (installing on top\n        of previous version of product).  If user is upgrading:\n            * NORMAL mode: prompt user on how to proceed\n            * All other modes: assume user wants to cleanup.\n    *    -noCleanupOnUpgrade: Tells Setup to not check if user is upgrading (installing on top\n        of previous version of product).  This will disable the cleanup feature.\n\n    * means it will override config.ini
  1120. IDC Use FTP=Use &FTP for downloading files
  1121. IDC Use HTTP=Use &HTTP for downloading files
  1122. IDC Save Installer Files=&Save installer files locally
  1123. ;*** LOCALIZE ME BABY ***
  1124. IDC Recapture Homepage=&Make Netscape.com my home page
  1125. ;*** LOCALIZE ME BABY ***
  1126. IDC Turbo Mode=&Use Quick Launch for faster startup times when possible
  1127. Message Download Paused=Setup has encountered a network problem and has paused the download.  If you have just lost your network connection, please click Resume once your network has been reestablished.
  1128. Message NORMAL Restricted Access=Setup has detected that you do not have the appropriate Administrator privileges to this system.  It is highly recommended that you do not continue with the installation of Firefox, or it may not function properly.  Would you still like to continue?
  1129. Message AUTO Restricted Access=Setup has detected that you do not have the appropriate Administrator privileges to this system.  Setup cannot continue with the installation of Firefox.
  1130.  
  1131.  
  1132. [Site Selector]
  1133. ; Dictates whether or not to show the pull down menu.
  1134. ; Default value is SHOW.
  1135. ; If Status= is set to HIDE, then Indentifier0 will be used
  1136. ; and all other IdentifiersX will be ignored.
  1137. Status=HIDE
  1138.  
  1139. Identifier0=Site0
  1140. ;*** LOCALIZE ME BABY ***
  1141. Description0=Default
  1142. ;*** LOCALIZE ME BABY ***
  1143. Domain0=ftp://not.supplied.invalid
  1144.  
  1145. Identifier1=Site1
  1146. ;*** LOCALIZE ME BABY ***
  1147. Description1=North America
  1148. ;*** LOCALIZE ME BABY ***
  1149. Domain1=ftp://not.supplied.invalid
  1150.  
  1151.